﻿/*------------------------全局--------------------*/
body {
	margin: 0px auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background:url(../Images/body_bg.jpg) top center;
}
* {padding-bottom:0px; magin:0px; padding-left:0px; padding-right:0px; padding-top:0px}
ul {padding-bottom:0px; margin:0px; padding-left:0px; padding-right:0px; padding-top:0px; list-style:none}

.barleft {
	background:url(../Images/bar_left_bg.png) top right no-repeat;
}
.barright {
	background:url(../Images/footer_bg.gif) top no-repeat;
}
td {
	word-break: break-all;
	line-height: 200%;
	font-size:12px;
}
a.topMenu:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	width:110px;
	height:60px;
	cursor:pointer;
	display:block;
	line-height:60px
}
a.topMenu:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	width:110px;
	height:60px;
	cursor:pointer;
	display:block;
	line-height:60px
}
a.topMenu:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	width:110px;
	height:60px;
	cursor:pointer;
	display:block;
	line-height:60px
}
a.topMenu:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	width:110px;
	height:60px;
	cursor:pointer;
	display:block;
	line-height:60px
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a.topMenu2:link {color:#FFFFFF;text-decoration:none}
a.topMenu2:visited {color:#FFFFFF;text-decoration:none}
a.topMenu2:hover {color:#FF6600;text-decoration:none}

.textboxcls {
	width:160px;
	height:17px;
	border:1px solid #cccccc;
}
.textboxcls2 {
	width:125px;
	height:17px;
	border:1px solid #cccccc;
}
.selectcls {
	heigiht:22px;
	border:1px solid #cccccc;
}
.logintextbox {
	width:80px;
	height:17px;
	border:1px solid #cccccc;
}
.touming {
	background:#014e96;
	filter:Alpha(opacity=90);
	padding:20px;
	border:1px #001a31 solid;
}
.imagewidth { width:expression(onload=function(){if(this.width>660)this.width=660}); }

/*幻灯片轮播样式开始*/
 #FocusBG{
	width:100%;
	height:400px;
	}
.fullSlide {
	width:100%;
	position:relative;
	height:400px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:400px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:400px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:22px;
	height:22px;
	margin:5px;
	overflow:hidden;
	background:url("../images/grey.png") no-repeat 2px 2px;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:url("../images/darkblue.png") no-repeat 2px 2px;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
/*幻灯片轮播样式结束*/









